home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-12-29 | 536 b | 18 lines | [TEXT/ALFA] |
-
- proc internetProc {menu item} {
- global HOME
-
- switch $item {
- goTo icOpen
- help {edit -r "$HOME:Help:Internet Config"}
- webBrowser {launch -f [icGetPref -t 1 {helperÑhttp}]}
- mailClient {launch -f [icGetPref -t 1 {helperÑmailto}]}
- ftpClient {launch -f [icGetPref -t 1 {helperÑftp}]}
- gopherClient {launch -f [icGetPref -t 1 {helperÑgopher}]}
- telnetClient {launch -f [icGetPref -t 1 {helperÑtelnet}]}
- newsClient {launch -f [icGetPref -t 1 {helperÑnews}]}
- resolveUrl {icURL [getSelect]}
- viewHtmlFile htmlSendWindow
- }
- }
-